home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Laß Dir helfen! / Tips & Tricks / The Loom / Loom™ Solved / background_3843.txt < prev    next >
Encoding:
Text File  |  1991-06-22  |  1.6 KB  |  89 lines

  1. -- background: 3843 from stack: in
  2. -- bmap block id: 8278
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Rightmost
  6. ----- HyperTalk script -----
  7. on mouseLeave
  8.   global current
  9.  
  10.   if (current‚â†0) then
  11.     hide card field current
  12.     put 0 into current
  13.   end if
  14. end mouseLeave
  15.  
  16. on mouseUp
  17.   global current
  18.  
  19.   if (current‚â†0) then
  20.     hide card field current
  21.     put 0 into current
  22.   end if
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 1 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=353 top=281 right=298 bottom=374
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1014 / 1014
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Previous
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual dissolve fast
  42.   go to previous
  43. end mouseUp
  44.  
  45.  
  46.  
  47.  
  48. -- part 2 (button)
  49. -- low flags: 00
  50. -- high flags: A004
  51. -- rect: left=377 top=280 right=301 bottom=502
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Back to Main
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual iris open
  63.   go to card id 3488
  64. end mouseUp
  65.  
  66.  
  67.  
  68.  
  69. -- part 3 (button)
  70. -- low flags: 00
  71. -- high flags: 8004
  72. -- rect: left=355 top=309 right=331 bottom=503
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Drafts
  81. ----- HyperTalk script -----
  82. on mouseDown
  83.   global current
  84.  
  85.   show card field 24
  86.   put 24 into current
  87. end mouseDown
  88.  
  89.